home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 501-525 / disk_524 / snap / changes < prev    next >
Text File  |  1992-05-06  |  3KB  |  73 lines

  1. Changes. (Initiating source in parantheses.)
  2.  
  3. 1.62
  4.     * Small bugfixes in qualifier parsing. (Dave Beckett.)
  5.  
  6. 1.61
  7.     * I forgot to apply the run/endcli patch when I received
  8.       the new version of Aztec. Fixed. (Nils-Arne Dahlberg.)
  9.  
  10. 1.6
  11.     * Font argument parsing. (Internal, ie me.)
  12.     * Signal handling when a snap fails. (Internal.)
  13.     * Improved font handling. Fonts with kerning and optimized
  14.       bit arrays, eg Courier, are now handled correctly.
  15.       (Internal.)
  16.     * An old debugging DisplayBeep() in the simple refresh
  17.       routine removed. (Roger Nordin.)
  18.     * The graphics snap window title said "© 1989". Changed
  19.       to "© 1990". (Roger Nordin.)
  20.     * The following sequence in a script, eg startup-sequence,
  21.       could cause problems:
  22.         run >nil: snap
  23.         endcli
  24.       William Hawes solved this for me. Thanks, Bill. It turned
  25.       out to be a bug in Manx' (and Lattice's) startup code.
  26.       A file that explains how to fix this is included in this
  27.       distribution. (Lars Wiklund.)
  28.     * Explanation of compiler switches added to the makefile.
  29.       (huver%amgraf@uunet.uu.net).
  30.     * Check for failed Open() in SaveGfx. Volume might be
  31.       write-protected. (Ismo Suihko.)
  32.     * Support for fonts higher than 16 points. (Dale D. Snell).
  33.     * Smarter font opening modelled after Dave Haynie's code
  34.       in SetFont 2.7. (Internal.)
  35.     * Ismo Suihko solved the memory loss problem that occured
  36.       when graphics snap windows were closed. (Ismo Suihko.)
  37.     * Disk gadget moved out of title bar. (Internal.)
  38.     * Gfx saving to clipboard. Strange that people ask for this.
  39.       I haven't been able to find any programs that use the
  40.       clipboard for gfx. (Popular request.)
  41.     * 2.0 compatibility by Marc Boucher.
  42.     * Support for IFF CAT added. (Michael Jansson.)
  43.     * Improved character-lookup routine. (Marc Boucher.)
  44.     * Support for string keys in keymap. (Per Bergehed.)
  45.     * Support for Workbench tooltypes. (Internal.)
  46.     * Line delay now occurs after the newline has been inserted
  47.       instead of before. (Michael Sinz.)
  48.     * Initial graphics snap window size adjusted. (Michael Sinz.)
  49.     * Odd-length text clips were placed on the clipboard. That's
  50.       why Snap didn't work with conclip. Fixed. (Loren J Rittle.)
  51.     * Added argument for max leading (extra number of pixels between
  52.       lines). (Eddy Carroll.)
  53.     * Manx's str[n]icmp is broken. Snap now uses it's own.
  54.       (Marc Boucher.)
  55.     * Configurable max leading to deal with VLT. (Eddy Carroll.)
  56.     * Forbid/Permit replaced with LockIBase/UnlockIBase in
  57.       appropriate places. (Loren J. Rittle.)
  58.  
  59. 1.51
  60.     * Reverse engineering of InputEvents completely rewritten.
  61.       (Multiple requests & bug reports.)
  62.     * Alternate font (Why do I support CygnusEd when they
  63.       don't support the clipboard?). (Internal + UseNet.)
  64.     * Fonts added to the cacheing mechanism. (Internal.)
  65.     * Default input handler priority raised to 52 to avoid
  66.       problems with CygnusEd. (Internal.)
  67.     * Specifying a combination of qualifiers now requires that
  68.       ALL of the qualifiers are down for Snap to respond.
  69.       (Popular request, ie Christopher A. Wichura.)
  70.     * No automatic detaching. (Lack of documentation, Aztec 5.0)
  71.     * Arp.library replaced by req.library for file requester.
  72.       (Internal. It looks much nicer.)
  73.